Method BuildLimitOffset<TProps>(QueryContext<TProps>, SqlParameterCollector?)
Generates LIMIT/OFFSET clause
public string BuildLimitOffset<TProps>(QueryContext<TProps> context, SqlParameterCollector? collector = null) where TProps : class, new()
Generates LIMIT/OFFSET clause
public string BuildLimitOffset<TProps>(QueryContext<TProps> context, SqlParameterCollector? collector = null) where TProps : class, new()